PowerTools SPREAD for Windows Forms 10.0J
CollectionChanged イベント (CollectionBase<T>)


CollectionChanged イベントのハンドラを示す System.ComponentModel.CollectionChangeEventHandler オブジェクト。
構文
'Declaration
 
Public Event CollectionChanged As CollectionChangeEventHandler
'使用法
 
Dim instance As CollectionBase(Of T)
Dim handler As CollectionChangeEventHandler
 
AddHandler instance.CollectionChanged, handler
public event CollectionChangeEventHandler CollectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、CollectionChangeEventArgs 型の引数を受け取りました。次の CollectionChangeEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ説明
Action  
Element  
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.